-
Notifications
You must be signed in to change notification settings - Fork 109
Checkstyle plugin #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle plugin #274
Conversation
Add checkstyle plugin and configure for Google Java Style
|
Can you make it so that intellij automatically imports the stylesheet when you use |
|
Also, do we want to make this something to make |
build.gradle
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you want this here. Not entirely sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. I fixed this.
|
How do we run checkstyle? I can't find it under |
|
I have been running it by running: This PR is failing right now for some reason. Will check it out later. |
|
We should not merge this until after the V1.0.0 release. |
|
I'll take a look at IntelliJ integration when I get the chance |
|
I agree, this should wait until after the kickoff release. |
cf3921f to
2fd83b2
Compare
7e00bd9 to
633dc13
Compare
633dc13 to
515c3cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe check.dependsOn build? This should work unless there is a circular task dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check.dependsOn build jacocoTestReport
|
I am going to close this PR because Codacy now handles style checking. |
|
I should configure that at some point. |
|
I have a configuration that I can send you if you do not want to start with a blank slate. You can view the issues it generates here: https://www.codacy.com/app/austinshalit/GRIP/dashboard |
|
Yea, if you could send me the config that would be great. |
I added the checkstyle plugin. This should help solve #261.